home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / xkfs.z / xkfs
Text File  |  1998-10-30  |  9KB  |  198 lines

  1.  
  2.  
  3.  
  4.      XXXXKKKKFFFFSSSS((((1111))))       KKKK----FFFFSSSS bbbbyyyy XXXXiiiinnnneeeetttt,,,, IIIInnnncccc.... ((((00007777 JJJJaaaannnn 1111999999997777 8888....3333))))       XXXXKKKKFFFFSSSS((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           xkfs - AppleShare Client manager for The X Window System
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.           xxxxkkkkffffssss [ -_t_o_o_l_k_i_t_o_p_t_i_o_n ... ]
  13.  
  14.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.           The program _x_k_f_s is an X11/Motif client that allows a user
  16.           to search for and mount onto the UNIX system volumes from
  17.           AppleShare servers (hosts supporting the Appletalk Filing
  18.           Protocol, AFP) on the network.  It also provides a mechanism
  19.           for saving information about AppleShare volumes in the UNIX
  20.           FileSystem database, and for mounting and unmounting those
  21.           volumes.  _X_k_f_s is designed to run set-uid root, so it may be
  22.           run by any user and still call the _m_o_u_n_t(1m) program to
  23.           attach AppleShare volumes to the UNIX filesystem tree.  See
  24.           the _K-_F_S _A_d_m_i_n_i_s_t_r_a_t_o_r'_s _G_u_i_d_e for more information on
  25.           running _x_k_f_s.
  26.  
  27.           This program should not be run when X server resources are
  28.           not available to it.  The application defaults are usually
  29.           in the file /_u_s_r/_l_i_b/_X_1_1/_a_p_p-_d_e_f_a_u_l_t_s/_X_i_n_e_t, but may be
  30.           elsewhere depending on your X server and user environment.
  31.           This is a locale-aware program and will serve any locale for
  32.           which there is a /usr/lib/X11/_l_o_c_a_l_e/app-defaults/Xinet
  33.           file.  These resources may also be made available via the
  34.           _x_r_d_b(1) program.  You will know if the resources have been
  35.           properly initialized if the button on the bottom right of
  36.           the main window is labeled ``Exit'' (or the non-english
  37.           equivalent) instead of ``quit.''
  38.  
  39.           In addition to the standard set of Toolkit and Motif
  40.           resources, _x_k_f_s accepts two additional resources that reset
  41.           internal table limits.  The maximum number of AppleTalk
  42.           Zones that _x_k_f_s will display may be set with the integer
  43.           resource xxxxkkkkffffssss....mmmmaaaaxxxxZZZZoooonnnneeeessss.  The current compiled-in default
  44.           mmmmaaaaxxxxZZZZoooonnnneeeessss value is 140.  The maximum number of AFP servers
  45.           that can be looked up in a given Zone may be set with the
  46.           integer resource xxxxkkkkffffssss....mmmmaaaaxxxxSSSSeeeerrrrvvvveeeerrrrssss.  The current compiled-in
  47.           default mmmmaaaaxxxxSSSSeeeerrrrvvvveeeerrrrssss value is 200.  Both of these default
  48.           values may be overridden in the Xinet application defaults
  49.           file.
  50.  
  51.      WWWWIIIIDDDDGGGGEEEETTTTSSSS
  52.           _X_k_f_s is built using the X Toolkit and Motif widgets, and
  53.           therefore accepts the standard set of command-line options
  54.           that most Toolkit programs accept.  See the X Toolkit and
  55.           Motif library manuals for more information about the
  56.           resources needed to control the appearance of the widgets in
  57.           this application.
  58.  
  59.           An overall view of the major widget structure of _x_k_f_s is
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 3/25/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXKKKKFFFFSSSS((((1111))))       KKKK----FFFFSSSS bbbbyyyy XXXXiiiinnnneeeetttt,,,, IIIInnnncccc.... ((((00007777 JJJJaaaannnn 1111999999997777 8888....3333))))       XXXXKKKKFFFFSSSS((((1111))))
  71.  
  72.  
  73.  
  74.           listed below (many of the hidden Motif subclasses are not
  75.           shown).  Indentation indicates hierarchical structure.  The
  76.           widget class name is given first, followed by the widget
  77.           instance name.
  78.               Xinet xkfs
  79.                   XmForm main
  80.                       XmLabelGadget appletalkzone
  81.                       XmScrolledWindow zone_list
  82.                           XmList zone_list
  83.                       XmLabelGadget afp_file_servers
  84.                       XmScrolledWindow server_list
  85.                           XmList server_list
  86.                       XmLabelGadget authentication
  87.                       XmRowColumn auth_rc
  88.                           XmRowColumn auth_rb
  89.                               XmToggleButtonGadget useguestaccess
  90.                               XmToggleButtonGadget registerauser
  91.                           XmRowColumn user_rc
  92.                               XmLabelGadget user_label
  93.                               XmTextField user
  94.                           XmRowColumn passwd_rc
  95.                               XmLabelGadget password_label
  96.                               XmTextField passwd
  97.                       XmRowColumn button_rc
  98.                           XmPushButtonGadget zonescan
  99.                           XmPushButtonGadget getvolumes
  100.                           XmPushButtonGadget mountmanage
  101.                           XmPushButtonGadget quit
  102.  
  103.                   XmFileSelectionBox dir_fs
  104.                       (Only the Directory List, Selection and Buttons are enabled)
  105.                       XmRowColumn vol_rc
  106.                           XmLabelGadget vol
  107.                           XmScrolledWindow volume_list
  108.                               XmList volume_list
  109.  
  110.                   XmForm mgmt_form
  111.                       XmLabelGadget mount_list
  112.                       XmLabelGadget lh_user       (lh_root, if running as root)
  113.                       XmScrolledWindow mount_list
  114.                           XmList mount_list
  115.                       XmLabelGadget bottomlabel
  116.                       XmRowColumn mgmt_button_rc
  117.                           XmPushButtonGadget mount
  118.                           XmPushButtonGadget unmount
  119.                           XmPushButtonGadget modify
  120.                           XmPushButtonGadget close
  121.  
  122.                   XmForm opt_form
  123.                       XmLabelGadget mountopt
  124.                       XmPushButtonGadget mount
  125.                       XmPushButtonGadget cancel
  126.  
  127.  
  128.      Page 2                                          (printed 3/25/98)
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.      XXXXKKKKFFFFSSSS((((1111))))       KKKK----FFFFSSSS bbbbyyyy XXXXiiiinnnneeeetttt,,,, IIIInnnncccc.... ((((00007777 JJJJaaaannnn 1111999999997777 8888....3333))))       XXXXKKKKFFFFSSSS((((1111))))
  136.  
  137.  
  138.  
  139.                       XmSeparator title
  140.                       XmToggleButtonGadget forceROnly
  141.                       XmRowColumn volpass_rc
  142.                           XmLabelGadget volpasswd
  143.                           XmTextField volpass
  144.                       XmSeparator mask
  145.                       XmLabelGadget permission_txt
  146.                       XmToggleButtonGadget gread
  147.                       XmToggleButtonGadget gwrite
  148.                       XmToggleButtonGadget gsearch
  149.                       XmToggleButtonGadget oread
  150.                       XmToggleButtonGadget owrite
  151.                       XmToggleButtonGadget osearch
  152.                       XmSeparator storage
  153.                       XmToggleButtonGadget store
  154.                       XmToggleButtonGadget automount
  155.                       XmToggleButtonGadget storepw
  156.                       XmLabelGadget newpasswd
  157.                       XmToggleButtonGadget debug
  158.                       XmTextField optpass
  159.  
  160.                   XmForm dbg
  161.                       XmLabelGadget "Debug output from mount command:"
  162.                       XmPushButtonGadget Dissmiss
  163.                       XmText dbgview
  164.  
  165.                   XmMessageBox errmsg
  166.                   XmMessageBox ask
  167.                   XmSelectionBox password_pd
  168.  
  169.      FFFFIIIILLLLEEEESSSS
  170.           _M_N_T_T_A_B                   Filesystem entries are added to
  171.                                    this file (declared in
  172.                                    _g_e_t_m_n_t_e_n_t(3)).
  173.  
  174.           _M_O_U_N_T_E_D                  Currently mounted filesystems are
  175.                                    looked up in this file (also
  176.                                    declared in _g_e_t_m_n_t_e_n_t(3)).
  177.  
  178.           /_u_s_r/_a_d_m/_a_p_p_l_e_t_a_l_k/_a_t__l_o_g
  179.                                    Log file for AppleTalk errors.
  180.  
  181.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  182.           _X(1), _m_o_u_n_t__k_f_s(1m), _m_o_u_n_t(1m), _u_m_o_u_n_t(1m), _g_e_t_m_n_t_e_n_t(3),
  183.           the _K-_F_S _A_d_m_i_n_i_s_t_r_a_t_o_r'_s _G_u_i_d_e
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.      Page 3                                          (printed 3/25/98)
  195.  
  196.  
  197.  
  198.